Skip to content

fix: populate 'winners' array during payments #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 11, 2021
Merged

fix: populate 'winners' array during payments #237

merged 2 commits into from
May 11, 2021

Conversation

narekcat
Copy link
Contributor

@narekcat narekcat commented May 9, 2021

No description provided.

Copy link
Contributor

@maxceem maxceem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@narekcat we would like to use another endpoint for getting userId by handle GET /v3/members/{handle} and create for this another method getV3MemberDetailsByHandle.

We don't want to use method getMemberDetailsByHandles because for some users it fails, see the issue details:

image

@narekcat
Copy link
Contributor Author

narekcat commented May 10, 2021

@maxceem . Ok, sorry it's my mistake. I'll fix it.

@narekcat
Copy link
Contributor Author

@maxceem I have fixed this issue, please check again.

@narekcat narekcat requested a review from maxceem May 10, 2021 15:24
Copy link
Contributor

@maxceem maxceem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @narekcat, work good now.

There is just one minor thing in the comment below.

Comment on lines 1103 to 1104
* @param {Array} handle the user handle
* @returns {Array} the member details
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Params type Array doesn't match the actual data type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have fixed this issue too.

@narekcat narekcat requested a review from maxceem May 11, 2021 07:20
Copy link
Contributor

@maxceem maxceem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @narekcat. all good now

@maxceem maxceem merged commit 1c0c3e5 into topcoder-platform:dev May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants